home *** CD-ROM | disk | FTP | other *** search
/ Design Mapio / Design Mapio - Disc 2.iso / pc / browser.dxr / 00073_+9.ls < prev    next >
Encoding:
Text File  |  1997-02-14  |  185 b   |  11 lines

  1. on mouseDown
  2.   global gnum
  3.   pushbtn()
  4.   if rollOver(clickOn()) then
  5.     puppetclear()
  6.     set the visible of sprite 11 to 0
  7.     set gnum to gnum + 9
  8.     go(the frame + 1)
  9.   end if
  10. end
  11.